STEP 8: Let's assign our newest event to a brand new key - 's'!
Remember, the line that reads stage.event_key("a",·a_key)¬ is called the event handler.
- In the line that reads: def·a_key():, change the event name to s_key.
- In the event handler, change the first parameter to "s" .
- Change the second parameter in the event handler to s_key.
To navigate the page using the TAB key, first press ESC to exit the code editor.